home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.editplus.com
/
2015-02-07.ftp.editplus.com.tar
/
ftp.editplus.com
/
epp370p1514_1216.exe
/
[0]
/
CPP.ACP
< prev
next >
Wrap
Text File
|
2011-01-29
|
407b
|
47 lines
#TITLE=C/C++
; EditPlus Auto-completion file v1.0 written by ES-Computing.
; This file is provided as a default auto-completion file for C/C++.
#CASE=y
#T=if
if (^!)
{
}
#T=while
while (^!)
{
}
#T=for
for (^!; ; )
{
}
#T=switch
switch (^!)
{
case :
}
#T=do
do
{
}
while (^!);
#T=class
class ^!
{
};
#T=struct
struct ^!
{
};
#T=try
try
{
^!
}
catch ()
{
}
#